Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Heading Class

A class representing OpenDocument Text headings.

Headings live on same levels as paragraphs.

EinhugurODT.Paragraph
   Heading

class EinhugurODT.Heading implements

EinhugurODT.IBookmarkTarget

Constructors

Heading (private) Private constructor.

Properties

AutoStyle (Inherited) Returns object for automatic styling for the Paragraph.
ItemCount (Inherited) Returns number of items under the Paragraph.
LanguageCode (Inherited) Returns the language code for the Paragraph or empty string. (Read only property)
OutlineLevelSets or gets outline level of the heading.
Text (Inherited) Sets or gets combined text for all Runs in the Paragraph.

Methods

AppendHyperlink (Inherited) Appends Hyperlink to the Paragraph.
AppendImage (Inherited) Appends image to the paragraph using internal path of previously attached image.
AppendImage (Inherited) Appends image to the paragraph.
AppendItem (Inherited) Appends item of special type such as for example Page Number to the paragraph.
AppendRun (Inherited) Appends run to the paragraph.
ApplyFieldData (Inherited) Applies field data to the given Paragraph only.
Item (Inherited) Returns Item at given index from under the Paragraph.
Items (Inherited) Returns ParagraphItemIterator for the items in the paragraph. This function is for using with for each statements.
RemoveItem (Inherited) Removes ParagraphItem from the Paragraph.
SetLanguageCode (Inherited) Sets language code for the Paragraph and optionally all runs under the paragraph.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS